lcPlineGetVer Home

Returns a handle to a polyline vertex by its sequence number.

 HANDLE lcPlineGetVer (
   HANDLE hPline,
   int Index
 );

Parameters
hPline
  Handle to a polyline object.
Index
  Sequence number of the vertex. Varies from zero to LC_PROP_PLINE_NVERS-1

Return Value

  Handle to a vertex or NULL if there is no vertex with specified index.